From: Richard M. Stallman Date: Wed, 26 May 1993 18:38:11 +0000 (+0000) Subject: (LD_SWITCH_SYSTEM) [__GNUC__]: Add -static. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~95935 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=b231f8a7d66e0dcc343c8db16d768b375773e7d1;p=emacs.git (LD_SWITCH_SYSTEM) [__GNUC__]: Add -static. (HAVE_RANDOM): Defined. --- diff --git a/src/s/hpux8.h b/src/s/hpux8.h index c1d3944a0a7..b79a001c5f6 100644 --- a/src/s/hpux8.h +++ b/src/s/hpux8.h @@ -15,7 +15,7 @@ Note GCC automatically passes -a archive to ld, and it has its own conflicting -a. */ #ifdef __GNUC__ -#define LD_SWITCH_SYSTEM -L/usr/lib/X11R4 +#define LD_SWITCH_SYSTEM -L/usr/lib/X11R4 -static /* No need to specify roundabout way of linking temacs. */ #define ORDINARY_LINK @@ -29,3 +29,5 @@ /* Some hpux 8 machines seem to have TIOCGWINSZ, and none have sioctl.h, so might as well define this. */ #define NO_SIOCTL_H + +#define HAVE_RANDOM